PATH
WebObjects 4.0 Documentation >
Serving WebObjects
Table of Contents
Previous Section
Instance Configuration Options
With the options of the Instance Configuration page you can override global application settings for particular instances.
To Access: From the Detail View for an application, click the Config button next to the desired instance.
This section allows you to change the command-line arguments that are used when the instance is started. See "Setting Command-Line Arguments in Monitor" for details.
For convenience, the entire set of command-line arguments passed to the instance are displayed in the blue box at the bottom of this section.
This section allows you to change the minimum active session threshold for an instance. This threshold is used when the instance begins refusing new sessions. The default is zero. If your application is usually under heavy traffic, you might not want to wait for all sessions to time-out before terminating the application.
This section allows you to configure the scheduling settings for a given instance. Normally you should use the Application level scheduling to create a staggered schedule of starting and stopping instances. Use the instance-specific section to create your own schedule intervals. See "Automatic Scheduling" for the scheduling procedure.
Monitor computes from the desired instance lifespan or from the desired instance downtime a series of shutdown dates The scheduling algorithm causes the instance to begin refusing new sessions on regular intervals based on these two variables.
Table of Contents
Next Section